This repository has been archived by the owner on Oct 22, 2024. It is now read-only.
-
Beta Was this translation helpful? Give feedback.
Answered by
lihugang
Jun 27, 2023
Replies: 3 comments 5 replies
-
Is your application hosted in a github repository ? |
Beta Was this translation helpful? Give feedback.
5 replies
-
@pomdtr we should fix the bug displaying |
Beta Was this translation helpful? Give feedback.
0 replies
-
Hi,I am using python, so I set my engine to : python 3.9 and the module is scikit-learn. I am not sure if there are smaller packages.Best RegardsAbidat A Akin-AdedotunOn Jul 1, 2023, at 3:53 AM, lihugang ***@***.***> wrote:
Are you using node? If you are using node, please set engine: nodejs16 to prevent pushing node_modules to the server. Or you can use webpack to pack your code so as to reduce your micro size(please create a new directory which contains the code your built to push)
For common conditions, removing some modules which is not so important or using smaller packages instead is a good choice.
You can also split your codes and dependencies and put them in different micros.
(I’m a student and my native language is not English, if there are some mistakes or impolite contents in my words, please forgive them.(>﹏<))
—Reply to this email directly, view it on GitHub, or unsubscribe.You are receiving this because you commented.Message ID: ***@***.***>
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Thank for your suggestions. The problem has been solved. Because I set
engine: custom
, thenode_modules
directory was pushed to the server which caused the package was too large that exceeded the size limit.