|
From: Riccardo M. <ric...@gm...> - 2011-08-04 15:42:25
|
Hello, I see that each UML instance starts a variable number of threads/processes. I'm using UML in a batch system (Sun Grid Engine 6.2); SGE kills my jobs because they exceed the allowed memory reservation. My guess is that SGE miscomputes the memory usage by computing the total over all threads/processes without accounting for shared pages. Is there a way to limit the number of threads/processes in a UML instance? (This would allow me to request an amount of memory equal to N*M, where N is the max number of UML threads and M is the memory allocated to UML.) Best regards, Riccardo |