|
@@ -9,7 +9,7 @@ COPY shard.yml shard.yml
|
|
|
|
|
|
ENV GC_MARKERS 1
|
|
ENV GC_MARKERS 1
|
|
ENV AMBER_ENV production
|
|
ENV AMBER_ENV production
|
|
-ENV DATABASE_URL postgres://benchmarkdbuser:benchmarkdbpass@tfb-database:5432/hello_world?initial_pool_size=8&max_pool_size=8&max_idle_pool_size=8
|
|
|
|
|
|
+ENV DATABASE_URL postgres://benchmarkdbuser:benchmarkdbpass@tfb-database:5432/hello_world?initial_pool_size=56&max_pool_size=56&max_idle_pool_size=56
|
|
|
|
|
|
RUN apt install -yqq libyaml-dev
|
|
RUN apt install -yqq libyaml-dev
|
|
RUN shards build amber --release --no-debug
|
|
RUN shards build amber --release --no-debug
|