Try using Python anywhere On Fri, 9 Jun 2023 at 07:15, Muhammad Juwaini Abdul Rahman < [email protected]> wrote:
> Probably you need to show the code snippet on where you generate the csv > file. > > On Fri, 9 Jun 2023 at 13:51, Percy Masekwameng < > [email protected]> wrote: > >> It depends on the data in the database >> >> Explain more about workers settings and provide me with an example >> >> On Fri, 9 Jun 2023, 02:24 Muhammad Juwaini Abdul Rahman, < >> [email protected]> wrote: >> >>> How big is the file? >>> >>> I don't think a mere 2K records can kill an 8GB RAM machine. >>> >>> Probably something to do with your workers' settings? >>> >>> On Fri, 9 Jun 2023 at 03:02, Percy Masekwameng < >>> [email protected]> wrote: >>> >>>> Hi >>>> >>>> I have web app survey that collect data and generate a CSV file, >>>> I'm using railway to deploy my web app, running on 8GB RAM and each >>>> time I generate a file, the server goes down and display "Application >>>> failed to respond" the database table has over 2k records >>>> Is there any way to improve the performance so that I can be able to >>>> download large dataset from the web app? >>>> >>>> -- >>>> You received this message because you are subscribed to the Google >>>> Groups "Django users" group. >>>> To unsubscribe from this group and stop receiving emails from it, send >>>> an email to [email protected]. >>>> To view this discussion on the web visit >>>> https://groups.google.com/d/msgid/django-users/CANfc-pBoutR0kD%3DcqwRHGSQ8gac%2B_YLMyCQoFK--%3DD54TZpotA%40mail.gmail.com >>>> <https://groups.google.com/d/msgid/django-users/CANfc-pBoutR0kD%3DcqwRHGSQ8gac%2B_YLMyCQoFK--%3DD54TZpotA%40mail.gmail.com?utm_medium=email&utm_source=footer> >>>> . >>> >>> >>>> -- >>> You received this message because you are subscribed to the Google >>> Groups "Django users" group. >>> To unsubscribe from this group and stop receiving emails from it, send >>> an email to [email protected]. >>> To view this discussion on the web visit >>> https://groups.google.com/d/msgid/django-users/CAFKhtoTkSsNMcvOZgP%2BWw2U2%3DMkfpD4%3DFLiNUL-Ftd1xzAi4uA%40mail.gmail.com >>> <https://groups.google.com/d/msgid/django-users/CAFKhtoTkSsNMcvOZgP%2BWw2U2%3DMkfpD4%3DFLiNUL-Ftd1xzAi4uA%40mail.gmail.com?utm_medium=email&utm_source=footer> >>> . >>> >> -- >> You received this message because you are subscribed to the Google Groups >> "Django users" group. >> To unsubscribe from this group and stop receiving emails from it, send an >> email to [email protected]. >> To view this discussion on the web visit >> https://groups.google.com/d/msgid/django-users/CANfc-pBv8u_sGNP%3DZhJL6sG3RHvXRuHXn0M17_vvPa8f2UYkjQ%40mail.gmail.com >> <https://groups.google.com/d/msgid/django-users/CANfc-pBv8u_sGNP%3DZhJL6sG3RHvXRuHXn0M17_vvPa8f2UYkjQ%40mail.gmail.com?utm_medium=email&utm_source=footer> >> . >> > -- > You received this message because you are subscribed to the Google Groups > "Django users" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To view this discussion on the web visit > https://groups.google.com/d/msgid/django-users/CAFKhtoQypbdPf9k1w9LM1wgZWSOqbs7d8XwRqdVm%3D3xm-kYtEQ%40mail.gmail.com > <https://groups.google.com/d/msgid/django-users/CAFKhtoQypbdPf9k1w9LM1wgZWSOqbs7d8XwRqdVm%3D3xm-kYtEQ%40mail.gmail.com?utm_medium=email&utm_source=footer> > . > -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/CAPxt_2VmNUywXmtX__ZyVkOxsDO8P37Ef7UHRcx5wvXPgwqKrg%40mail.gmail.com.

