-
Notifications
You must be signed in to change notification settings - Fork 7
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
Uunf_data seems too big for ppc64 and aarch64 #16
Comments
I ported the patches @pqwy made for uucp for interning strings over to uunf. It will be in the next release (14.0.0), we will see if that improves things. |
Could this be reopened? I've tried the
|
So if you want to have a closer look from the dev repo do:
Now checkout the file |
xref ocaml/ocaml#9839 |
So this also happens on |
same here
do you recommend using a more recent switch? Edit: setting ulimit did it, however had to be numerical: $ ulimit -s unlimited
bash: ulimit: stack size: cannot modify limit: Operation not permitted
$ ulimit -s 16384
$ opam install uunf
…
∗ installed uunf.14.0.0 |
A message has been added in the opam file when in fails in and I hope ocaml/ocaml#11238 will be enough to make that go away with 5.0.0. |
uunf.13.0.0 seems to reliably fail on powerpc64 with the following message:
The issue looks similar to ocaml/ocaml#9839 and since it is the only platform that has this problem, my guess would be that this has to do with the memory pagesize. On linux/ppc64, by default, the page size is 64k big instead of the usual 4k.
The text was updated successfully, but these errors were encountered: