Hi all,
Rstudio works perfectly on local but and it says Successfully deployed to my server and Deployment completed at server, but then it shows error : The application failed to start. signal: killed
can anyone help me with this? thanks a lot.
the below is the log:
2024-08-09T21:09:13.871858+00:00 shinyapps[7880769]: ggplot2 3.5.1 tibble 3.2.1
2024-08-09T21:09:13.876453+00:00 shinyapps[7880769]: lubridate 1.9.3 tidyr 1.3.1
2024-08-09T21:09:13.881230+00:00 shinyapps[7880769]: purrr 1.0.2
2024-08-09T21:09:13.885943+00:00 shinyapps[7880769]: ── Conflicts ────────────────────────────────────────── tidyverse_conflicts() ──
2024-08-09T21:09:13.890615+00:00 shinyapps[7880769]: dplyr::filter() masks stats::filter()
2024-08-09T21:09:13.895338+00:00 shinyapps[7880769]: dplyr::lag() masks stats::lag()
2024-08-09T21:09:13.900074+00:00 shinyapps[7880769]: Use the conflicted package (http://conflicted.r-lib.org/) to force all conflicts to become errors
2024-08-09T21:09:14.846564+00:00 shinyapps[7880769]:
2024-08-09T21:09:14.851420+00:00 shinyapps[7880769]: Attaching package: ‘plotly’
2024-08-09T21:09:14.856373+00:00 shinyapps[7880769]:
2024-08-09T21:09:14.861064+00:00 shinyapps[7880769]: The following object is masked from ‘package:ggplot2’:
2024-08-09T21:09:14.865621+00:00 shinyapps[7880769]:
2024-08-09T21:09:14.870301+00:00 shinyapps[7880769]: last_plot
2024-08-09T21:09:14.874851+00:00 shinyapps[7880769]:
2024-08-09T21:09:14.879711+00:00 shinyapps[7880769]: The following object is masked from ‘package:stats’:
2024-08-09T21:09:14.884457+00:00 shinyapps[7880769]:
2024-08-09T21:09:14.888962+00:00 shinyapps[7880769]: filter
2024-08-09T21:09:14.893650+00:00 shinyapps[7880769]:
2024-08-09T21:09:14.898165+00:00 shinyapps[7880769]: The following object is masked from ‘package:graphics’:
2024-08-09T21:09:14.902887+00:00 shinyapps[7880769]:
2024-08-09T21:09:14.907457+00:00 shinyapps[7880769]: layout
2024-08-09T21:09:14.911963+00:00 shinyapps[7880769]:
2024-08-09T21:09:14.916470+00:00 shinyapps[7880769]:
2024-08-09T21:09:14.921172+00:00 shinyapps[7880769]: Attaching package: ‘DT’
2024-08-09T21:09:14.925805+00:00 shinyapps[7880769]:
2024-08-09T21:09:14.930240+00:00 shinyapps[7880769]: The following objects are masked from ‘package:shiny’:
2024-08-09T21:09:14.935112+00:00 shinyapps[7880769]:
2024-08-09T21:09:14.939727+00:00 shinyapps[7880769]: dataTableOutput, renderDataTable
2024-08-09T21:09:14.944444+00:00 shinyapps[7880769]:
2024-08-09T21:09:14.949107+00:00 shinyapps[7880769]:
2024-08-09T21:09:14.953938+00:00 shinyapps[7880769]: Attaching package: ‘scales’
2024-08-09T21:09:14.958905+00:00 shinyapps[7880769]:
2024-08-09T21:09:14.963506+00:00 shinyapps[7880769]: The following object is masked from ‘package:purrr’:
2024-08-09T21:09:14.968062+00:00 shinyapps[7880769]:
2024-08-09T21:09:14.972644+00:00 shinyapps[7880769]: discard
2024-08-09T21:09:14.977170+00:00 shinyapps[7880769]:
2024-08-09T21:09:14.981679+00:00 shinyapps[7880769]: The following object is masked from ‘package:readr’:
2024-08-09T21:09:14.986461+00:00 shinyapps[7880769]:
2024-08-09T21:09:14.990950+00:00 shinyapps[7880769]: col_factor
2024-08-09T21:09:14.995605+00:00 shinyapps[7880769]:
2024-08-09T21:09:15.000137+00:00 shinyapps[7880769]:
2024-08-09T21:09:15.004707+00:00 shinyapps[7880769]: Attaching package: ‘rlang’
2024-08-09T21:09:15.009073+00:00 shinyapps[7880769]:
2024-08-09T21:09:15.013871+00:00 shinyapps[7880769]: The following objects are masked from ‘package:purrr’:
2024-08-09T21:09:15.018400+00:00 shinyapps[7880769]:
2024-08-09T21:09:15.024075+00:00 shinyapps[7880769]: %@%, flatten, flatten_chr, flatten_dbl, flatten_int, flatten_lgl,
2024-08-09T21:09:15.029021+00:00 shinyapps[7880769]: flatten_raw, invoke, splice
2024-08-09T21:09:15.033643+00:00 shinyapps[7880769]:
2024-08-09T21:09:15.843321+00:00 shinyapps[7880769]: Container event from container-9988269: oom (out of memory)
2024-08-09T21:24:55.843759+00:00 shinyapps[7880769]: Container event from container-9988269: stop
You ran out of memory
Thanks a lot, it took me hours...
I just reduced the file size and it worked. Thank you!
This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.
If you have a query related to it or one of the replies, start a new topic and refer back with a link.