thin
Is there any way to control RAM that Ruby's Thin server uses?
I have VPS with 1GB of RAM. One ruby-app that runs on thin server takes about 60+ MB of RAM, no matter if application is used right now or not. Is there any way to control this? Because right now Im r[详细]
2022-12-22 06:16 分类:问答Rack::Session:Cookie error using Sinatra, Thin, Rails, and Rack::Cascade
I have a combined Sinatra/Rails app that shares a session using Rack::Session::Cookie. The app works fine when started with Rack::Handler::Thin.run app, but if the rackup file is start with thin start[详细]
2022-12-19 12:34 分类:问答Why does my rdebug session say "*** No sourcefile available"
I\'m not sure what the pattern of behaviour is but some programs - notably simple rack.ru based ones running in thin - can\'t easily be debugged. When a breakpoint is tripped, no source is available[详细]
2022-12-13 07:30 分类:问答