Skip to content
forked from xerial/jnuma

A Java library for accessing NUMA (Non Uniform Memory Access) API

License

Notifications You must be signed in to change notification settings

ZYJ-SH-CN/jnuma

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

58 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

jnuma

A Java library for accessing NUMA (Non Uniform Memory Access) API.

Usage

(Scala) Add depedency settings to your sbt project file (e.g., project/build.sbt) :

libraryDependencies += "org.xerial" % "jnuma" % "0.1.3"

(Java) Add maven dependency settings for using org.xerial, jnuma, 0.1.3

Using snapshot versions

Add a resolver setting to your project file:

resolvers += "Sonatype snapshot repo" at "https://oss.sonatype.org/content/repositories/snapshots/"

API

Call static methods defined in xerial.jnuma.Numa

limitation

Currenty jnuma supports 64-bit Linux only. For the other operating systems, standard memory allocation in JVM will be used.

About

A Java library for accessing NUMA (Non Uniform Memory Access) API

Resources

License

Stars

Watchers

Forks

Packages

No packages published