Eugene Lee

Results 4 comments of Eugene Lee

Hello @Haroenv, With Nuxt 2, I was also having memory leak issues. Using Siege, I was doing user simulation of 40 request in 30 seconds, and each time memory was...

If your still having this issue, I may have a solution for you.

Hello @Haroenv, With Nuxt 2, I was also having memory leak issues. Using Siege, I was doing user simulation of 40 request in 30 seconds, and each time memory was...

Hi @baptistebriel These are the few steps that I made to make it working on my side. 1. Modified the last RewriteRule on .htaccess `RewriteRule . biggie-subdirectory/index.html [L]` 2. Route.JS...