-
Notifications
You must be signed in to change notification settings - Fork 8
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
Hangs on boot when loading alongside sys-ftpd #9
Comments
The reason for this is that the sysmodules run out of memory. After the Switch's normal sysmodules are loaded, there's around 24 MiB left. sys-ftpd allocates 5.25 MiB for its heap (its stack is negligible), which, when combined with the memory needed for the sysmodules needed for CFW (fsmitm takes 16 MiB), does not leave much for any other sysmodules (nxsh uses 2.5 MiB). I think ReiNX might use less memory than atmosphere's sysmodules, so that might be why I was able to load nxsh alongside sys-ftpd. While compatibility with sys-ftpd would be nice, I wouldn't say it's a big priority. I did try to fine-tune nxsh's heap, so I'm not sure how much else could be done. |
Perhaps integrating an FTP server into NXSH would work.
On Tue, Jan 22, 2019 at 6:49 PM friedkeenan ***@***.***> wrote:
The reason for this is that the sysmodules run out of memory. After the
Switch's normal sysmodules are loaded, there's around 24 MiB left. sys-ftpd
allocates 5.25 MiB for its heap (its stack is negligible), which, when
combined with the memory needed for the sysmodules needed for CFW (fsmitm
takes 16 MiB), does not leave much for any other sysmodules (nxsh uses 2.5
MiB). I think ReiNX might use less memory than atmosphere's sysmodules, so
that might be why I was able to load nxsh alongside sys-ftpd.
While compatibility with sys-ftpd would be nice, I wouldn't say it's a big
priority. I did try to fine-tune nxsh's heap, so I'm not sure how much else
could be done.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#9 (comment)>, or mute
the thread
<https://github.com/notifications/unsubscribe-auth/ALZmAavdfG_ue7LYTQu_rCQZLqufj1_Fks5vF7GYgaJpZM4aME-M>
.
--
FennecTECH
|
I think that would extend outside the scope of nxsh. You can always use the ftpd NRO or NX-Shell for FTP while also having the kip, or you could have sys-ftpd with the nxsh NRO; you wouldn't be able to do FTP+NXSH during a game, but I'm not sure why you would need that |
Now that both sys-ftpd and nxsh are in the PM-loading format, they seem to work just fine together, so I'm gonna close this |
Ive seen issues with them bolth. I get random hangs especially when opening the eshop. And when opening the eshop from a game. It hangs more often than not.
On Thu, May 2, 2019 at 10:25 AM friedkeenan ***@***.***> wrote:
Now that both sys-ftpd and nxsh are in the PM-loading format, they seem to
work just fine together, so I'm gonna close this
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#9 (comment)>, or mute
the thread
<https://github.com/notifications/unsubscribe-auth/AC3GMANPMT7SIFUA7O353FTPTMBX7ANCNFSM4GRQJ6GA>
.
--
FennecTECH
|
The tool hangs when loading alongside sys-ftpd.
The text was updated successfully, but these errors were encountered: