Open larrykollar opened 6 years ago
Found a workaround.
_JAVA_OPTIONS=-Xmx8g s3_website push
Allocate a whipping 8GB, and it works. (6GB didn't work, I haven't tried with 7 yet.)
SOLVED. Turn off logging and delete the logs/ folder. Even if you set ignore_on_server: logs/*
, it still spiders the folder (which you can verify using the --verbose
option). When you get 700K logs in there, things go to #3|| in a hand basket pretty quick. It would be nice if ignore_on_server
actually did ignore things, but whatever.
Leaving this open in case someone else runs across it.
I was able to update in mid-March. Now I'm getting out of memory errors:
This is happening on MacOSX 10.13.4. I'm not sure if a system update or a Java update is to blame here.
Any thoughts? Thanks.