On Fri, Sep 21, 2012 at 9:32 PM, Dusty Hall <drap...@gmail.com> wrote:
> Strange results... see below:
>
> root@sylar ~ $cat /cgroup/memory.limit_in_bytes
> 9223372036854775807
> root@sylar ~ $echo "9223372036854775807" > 
> /cgroup/memtest/memory.limit_in_bytes
> -bash: echo: write error: Invalid argument
> root@sylar ~ $echo $((9223372036854775807 - 4095)) >
> /cgroup/memtest/memory.limit_in_bytes
> root@sylar ~ $echo $((9223372036854775807 - 4094)) >
> /cgroup/memtest/memory.limit_in_bytes
> -bash: echo: write error: Invalid argument
>
> I'll see if I can get strace results shortly.
>

Please try echo -1 > /cgroup/memtest/memory.limit_in_bytes. Thanks,
I'll wait for the strace results as well

Balbir

------------------------------------------------------------------------------
Got visibility?
Most devs has no idea what their production app looks like.
Find out how fast your code is with AppDynamics Lite.
http://ad.doubleclick.net/clk;262219671;13503038;y?
http://info.appdynamics.com/FreeJavaPerformanceDownload.html
_______________________________________________
Libcg-devel mailing list
Libcg-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/libcg-devel

Reply via email to