rignicat
rignicat
@HugoMario did you have a chance to look at this PR yet?
You can also `@Hidden` the default values
Testing locally, this MR does not address the memory issues mentioned in https://github.com/payara/Payara/issues/6554
> @RInverid Can you please elaborate? Do you have a reproducer that you are using? Do you have any "GC Root" output from VisualVM? > > My applications that I...
Update: the issue of too much memory usage & long deployment time is still present for me
Hi @sanjai0py , I can't reproduce this issue, but I'm sure I was on the latest version, I only just started using Bruno. Very odd, I will close this ticket...
Update: I managed to reproduce it, on version 1.13.1 (latest)! my secret variable has the character " in it, which causes this issue @sanjai0py . bru file: [repro.bru.txt](https://github.com/usebruno/bruno/files/15011868/repro.bru.txt)
@Pandrex247 @lprimak We expected this to be resolved in 6.2025.3 with the revert #7245 but this doesn't appear to be fixed yet
I contected docker support, they offered two options that both individually fixed my issue: 1. Create docker volume with the following command: `docker volume create --driver local --opt type=none --opt...