You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A big core dump files appeared on my project folder
what is it?
do sls offline create it?
do i need it?
can i stop those files from being created?
Hello i'm using serverless offline.
Some strange files with pretty big size (600MB) are created on my project folder while using sls offline.
Using file util i found that sls offline process is responsible for this files.
this is what i get when running file util on created files:
core.4842: ELF 64-bit LSB core file, x86-64, version 1 (SYSV), SVR4-style, from 'npm exec sls offline --host 172.17.0.2 --httpPort 3000 --httpsProtocol ssl', real uid: 1000, effective uid: 1000, real gid: 1000, effective gid: 1000, execfn: '/usr/bin/node', platform: 'x86_64'
Thanks
The text was updated successfully, but these errors were encountered:
I'm closing this issue.
sls offline is not in anyway related to this issue.
apparently those core files are created by the node process or docker.
The reason is that my machine is running out of memory while running serverless - JavaScript heap out of memory.
I'm using a machine with 2 GiB of memory to run the serverless process.
apparently sometimes 2 Gib is not enough to complete the build process.
A big core dump files appeared on my project folder
what is it?
do sls offline create it?
do i need it?
can i stop those files from being created?
Hello i'm using serverless offline.
Some strange files with pretty big size (600MB) are created on my project folder while using sls offline.
Using file util i found that sls offline process is responsible for this files.
this is what i get when running file util on created files:
core.4842: ELF 64-bit LSB core file, x86-64, version 1 (SYSV), SVR4-style, from 'npm exec sls offline --host 172.17.0.2 --httpPort 3000 --httpsProtocol ssl', real uid: 1000, effective uid: 1000, real gid: 1000, effective gid: 1000, execfn: '/usr/bin/node', platform: 'x86_64'
Thanks
The text was updated successfully, but these errors were encountered: