Dmytro Cherepovskyi

Results 5 comments of Dmytro Cherepovskyi

Had this issue while running the tool locally with `docker-compose up`. Setting ``` mem_limit: 8G mem_reservation: 4G ``` for `api` and `crawler` helped. 4G mentioned above was not enough.

Have tried turning the real-time file protection off - still the same problem. In the logs I have the following: ``` 2021-01-18 16:50:37.907 INFO 3939 --- [ prefetching-2] o.f.core.internal.command.DbMigrate :...

I tried putting a breakpoint after the migrations had been applied: managed to actually connect to the database using a client, saw all the migrations actually applied. Haven't tried any...

> @dc-up42 Please try the latest versions of postgres binaries mentioned here: [zonkyio/embedded-postgres-binaries#21 (comment)](https://github.com/zonkyio/embedded-postgres-binaries/issues/21#issuecomment-752792000) @tomix26 Sadly, doesn't work. Tried several different versions between 10 and 13 with the suffix `-1`....

@tomix26 Thanks for responding here. On the corp laptop I'm not allowed to do that :( Will have to work something out 🤷‍♂️