hello when we try to add or model a device from zenoss web interface we got a "Cannot allocate memory".This is a SLES10 32bits with 8Gb of RAM.
As the same command run from the command line is working fine, I guess it is somehow linked to the zope engine itself. I already tried to increase the number of threads in zope.conf but It changed nothing. Code: zserver-threads 150 any other idea to avoid that situation ? Code: Traceback (most recent call last): File "/usr/local/zenoss/zenoss/lib/python/ZPublisher/Publish.py", line 114, in publish request, bind=1) File "/usr/local/zenoss/zenoss/lib/python/ZPublisher/mapply.py", line 88, in mapply if debug is not None: return debug(object,args,context) File "/usr/local/zenoss/zenoss/lib/python/ZPublisher/Publish.py", line 40, in call_object result=apply(object,args) # Type s to step into published object. File "/usr/local/zenoss/zenoss/Products/ZenModel/Device.py", line 1548, in collectDevice perfConf.collectDevice(self, setlog, REQUEST) File "/usr/local/zenoss/zenoss/Products/ZenModel/PerformanceConf.py", line 522, in collectDevice result = self._executeZenModelerCommand(zenmodelerOpts, REQUEST) File "/usr/local/zenoss/zenoss/Products/ZenModel/PerformanceConf.py", line 538, in _executeZenModelerCommand result = executeCommand(zenmodelerCmd, REQUEST) File "/usr/local/zenoss/zenoss/Products/ZenUtils/Utils.py", line 757, in executeCommand f = Popen4(cmd) File "/usr/local/zenoss/python/lib/python2.4/popen2.py", line 108, in __init__ self.pid = os.fork() OSError: [Errno 12] Cannot allocate memory -- Florian Deckert -- SopraGroup - France -------------------- m2f -------------------- Read this topic online here: http://forums.zenoss.com/viewtopic.php?p=32313#32313 -------------------- m2f -------------------- _______________________________________________ zenoss-users mailing list [email protected] http://lists.zenoss.org/mailman/listinfo/zenoss-users
