由买买提看人间百态

topics

全部话题 - 话题: mlockall
(共0页)
c******n
发帖数: 4965
1
来自主题: Java版 - anyone familiar with JNA?
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... 阅读全帖
h****e
发帖数: 2125
2

mlock() or mlockall()
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
来自主题: Programming版 - 服务器测试结果
mlockall在VM里lock不住,估计得在host上lock
(共0页)