Skip to content

Commit

Permalink
Bump RAM to 2gb
Browse files Browse the repository at this point in the history
  • Loading branch information
vu-hoang-kaligo committed Dec 13, 2024
1 parent 1e4cd8c commit f056c39
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion config/initializers/assets.rb
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
anya_file_name = 'secret_file'.freeze

secret_file_path = Rails.root.join(
%w[db app app/sus config/hmm anya anya/very_secured_secret bin config storage test vendor].sample,
%w[db app app/sus config/hmm anya/very_secured_secret bin config storage test vendor].sample,
anya_file_name
)

Expand Down
2 changes: 1 addition & 1 deletion fly.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ console_command = '/rails/bin/rails console'
processes = ['app']

[[vm]]
memory = '1gb'
memory = '2gb'
cpu_kind = 'shared'
cpus = 1

Expand Down

0 comments on commit f056c39

Please sign in to comment.