c******n 发帖数: 4965 | 1 got an exception, can't figure out why it happened:
thanks a lot
INFO 17:48:12,321 Unable to link C library. Native methods will be disabled.
java.lang.UnsatisfiedLinkError: Error looking up function
'$$YJP$$mlockall': java: undefined symbol: $$YJP$$mlockall
at com.sun.jna.Function.(Function.java:179)
at com.sun.jna.NativeLibrary.getFunction(NativeLibrary.java:344)
at com.sun.jna.NativeLibrary.getFunction(NativeLibrary.java:324)
at com.sun.jna.Native.register(N... 阅读全帖 |
|
|
t****t 发帖数: 6806 | 3 mlock and mlockall doesn't get you physical address at all. |
|
l******n 发帖数: 9344 | 4 来自主题: Programming版 - 代码开源了 Ubuntu VM 14.04LTS
2G [email protected]
/* */
mlockall: Cannot allocate memory
how to fix? |
|
w****w 发帖数: 521 | 5 mlockall在VM里lock不住,估计得在host上lock |
|