Skip to content
This repository has been archived by the owner on Jun 18, 2020. It is now read-only.

ulimit -v does not work #235

Closed
kcrisman opened this issue Sep 18, 2014 · 5 comments
Closed

ulimit -v does not work #235

kcrisman opened this issue Sep 18, 2014 · 5 comments
Labels

Comments

@kcrisman
Copy link
Member

See http://trac.sagemath.org/ticket/11939

@ppurka
Copy link
Member

ppurka commented Sep 21, 2014

This is never going to work from sagenb as far as I know. The main sage process needs to be ulimited, not sagenb. And there was the issue with remote launches of sage via ssh.

@novoselt
Copy link
Member

But sagenb process is launching new sage processes and THEY have to be ulimited, so why wouldn't it work?

@ppurka
Copy link
Member

ppurka commented Sep 21, 2014

Well.. it is possible to do so locally. I think the last time I looked into this, the main problem was doing this remotely without patching the main sage script. Currently I run a ulimited process by patching the main sage script to recognize a specific username and set ulimits.

@kcrisman
Copy link
Member Author

Maybe one could at least put a script, or patch, somewhere and say "use this for ulimit to work"?

@ppurka
Copy link
Member

ppurka commented Sep 22, 2014

One way could be to introduce a ulimit argument to sage (if it is already
not present) and call sage using that argument
On 22 Sep, 2014 3:43 pm, "kcrisman" notifications@github.com wrote:

Maybe one could at least put a script, or patch, somewhere and say "use
this for ulimit to work"?


Reply to this email directly or view it on GitHub
#235 (comment).

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

4 participants