You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+12Lines changed: 12 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,6 +10,18 @@ See the affinity/src/test/java for working examples of how to use this library.
10
10
V2.2 - Latest build.
11
11
V2.0.1 - Added getThreadId for the process if of the thread.
12
12
13
+
### Installing JNA on Ubuntu
14
+
15
+
----
16
+
sudo apt-get install libjna-java
17
+
----
18
+
19
+
### Installing JAN on Centos
20
+
21
+
----
22
+
sudo yum install jna
23
+
----
24
+
13
25
## How does allocation work?
14
26
The library will read your /proc/cpuinfo if you have one or provide one and it will determine your CPU layout. If you don't have one it will assume every CPU is on one Socket.
0 commit comments