Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

stacksize cygwin #3519

Closed
vicuna opened this issue Aug 9, 2002 · 2 comments
Closed

stacksize cygwin #3519

vicuna opened this issue Aug 9, 2002 · 2 comments
Labels

Comments

@vicuna
Copy link

vicuna commented Aug 9, 2002

Original bug ID: 1313
Reporter: administrator
Status: closed
Resolution: fixed
Priority: normal
Severity: minor
Category: ~DO NOT USE (was: OCaml general)

Bug description

Dernière minute, mais en faisant make opt.opt sur mon cygwin brut de
fonderie, j'ai eu:

The current stack size limit is too low (2047k)
You must increase it with one of the following commands:
Under sh, bash, zsh: ulimit -s 2048
Under csh, tcsh: limit stacksize 2048

make: *** [checkstack] Error 3
mais si j'essaye d'appliquer ce conseil:
ulimit -s 2048
bash: ulimit: cannot modify stack size limit: Invalid argument

Bon, je n'ai pas beaucoup le temps de chercher des solutions, mais si
plein de cygwin-eurs ont le même problème, peut-être que mettre la
limite mini à 2040 éviterait des plaintes ? Malheureusement, je n'ai
pas encore testé ça (2040k).

Bruno.

ulimit -a
[..]
stack size (kbytes, -s) 2046
..

@vicuna
Copy link
Author

vicuna commented Aug 9, 2002

Comment author: administrator

Dernière minute, mais en faisant make opt.opt sur mon cygwin brut de
fonderie, j'ai eu:
Bon, je n'ai pas beaucoup le temps de chercher des solutions, mais si
plein de cygwin-eurs ont le même problème, peut-être que mettre la
limite mini à 2040 éviterait des plaintes ? Malheureusement, je n'ai
pas encore testé ça (2040k).

OK, j'ai mis 1536 (1.5 Mo). Sous Linux, make opt.opt marche bien avec
seulement 1 Mo de pile. A tester sous MacOS X.

  • Xavier

@vicuna
Copy link
Author

vicuna commented Aug 9, 2002

Comment author: administrator

Fixed 2002-08-09 by XL.

@vicuna vicuna closed this as completed Aug 9, 2002
@vicuna vicuna added the bug label Mar 19, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant