Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
Rack または Sinatra アプリのメモリ使用量をどのように測定しますか?
おそらく展開方法に大きく依存することを理解しています。しかし、どのくらいのメモリを使用するかについての基本的な考えをどのように得るのでしょうか?
パッセンジャーを使用している場合は、passenger-memory-statsを試してみてください。これにより、サイトごとに分割された概要がわかります。それ以外の場合は、top、shift-Mを使用し、rubyプロセスを探すことで、メモリー使用量を把握できます。