Environment variables exceeded maximum limit of 4KB

I was using environment variables for my project, and i was trying to upload a new environment variable put the system says: “The size of environment variables is exceeded maximum limit of 4Kb”

Is there any way to get more than 4KB in environment variables?

Currently no, however are you trying to store a lot of different variables or save a large object as a variable? Please let me know what you’re trying to accomplish and there may be another way of handling it.

Im trying to store Keys from different services, but i have reached the limit.

@Fomich can you ask the team if they have any approach to extending the allowed capacity for environment variables?