Hello Jesus, > I sorry to bother you with these details > and waste of time, but could you possibly change my buildbot > configurarion to launch, let's say, 4 test processes in parallel, just > for testing?
Ok, I've added "-j4", let's how that works. > Another option would be to have a single Python process and "fork" for > each test. That would launch each test in a separate process without > requiring a full python interpreter launching each time. Is this the > way "-j" is implemented It uses subprocess actually, so fork() + exec() is used. > BTW, the (nice and helpful) OpenIndiana folks have told me a few hours > ago that they would increase my swap limit to 16GB. I am now waiting > for this change to be done. Good news :) Regards Antoine. _______________________________________________ Python-Dev mailing list Python-Dev@python.org http://mail.python.org/mailman/listinfo/python-dev Unsubscribe: http://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com