Nuc1eoN Posted August 13, 2019 Report Posted August 13, 2019 Hi guys! I have just started using the npm module steam-user and noticed that a simply `import steamUser from 'steam-user';` would take about 3GB of memory. Is that totally normal? I should note that I am using steam-user in a svelte project. Quote
Dr. McKay Posted August 14, 2019 Report Posted August 14, 2019 No, that isn't normal. Just running const SteamUser = require('steam-user') runs at around 60 MB for me. Quote
SLIpros Posted October 24, 2019 Report Posted October 24, 2019 Hey, i know that this post was a long time ago, but maybe this will helps some one else. This probably happens because you have enablePicsCache and picsCacheAll is enabled. Had the same issue and turn this 2 parameters off helps me fix it. Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.