-
Notifications
You must be signed in to change notification settings - Fork 17.9k
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
cmd/compile: wasm does not load successfully on 32bit X86 machine (out of memory) #34013
Comments
Thanks for reporting this. I suspect this may be related to #27462. Change 170950 was merged during the 1.13 development phase and it reduces the amount of memory initially allocated by wasm code. I see you're on 1.12. Can you please try out the 1.13 release candidate (see https://groups.google.com/d/msg/golang-dev/EpB8KISgdEw/TOf9WHkHDgAJ) to see if it does fix your problem? |
@ALTree Thanks for feedback, I have done it by you suggestion, but I have this error messages
|
That is an unrelated issue and most probably due to where your code is placed in the filesystem. A google search gives some hits. Please look into those. Or reach out to the forums here. And in future, please always fill the issue template in its entirety. That helps us debug the issue much faster. |
@dingchaoyan1983 Nice! Thank you for checking. |
What version of Go are you using (
go version
)?go version go1.12.7
Does this issue reproduce with the latest release?
What operating system and processor architecture are you using (
go env
)?Windows 7 and Windows8 32bit system
go env
OutputWhat did you do?
loading wasm is out of memory
What did you expect to see?
What did you see instead?
The text was updated successfully, but these errors were encountered: