忍者ブログ

ひつ(じのひよこが)プログラミングします。
お仕事や趣味で困ったこととか、何度も「あれ?どうだったかしら」と調べたりしたこととか、作ったものとか、こどものこととかを書きます
★前は週末定期更新でしたが今は不定期更新です

2024/11    10« 1  2  3  4  5  6  7  8  9  10  11  12  13  14  15  16  17  18  19  20  21  22  23  24  25  26  27  28  29  30  »12

Glitch の制約

×

[PR]上記の広告は3ヶ月以上新規記事投稿のないブログに表示されています。新しい記事を書く事で広告が消えます。

コメント

ただいまコメントを受けつけておりません。

Glitch の制約

[Node.js] 無料で簡単にウェブアプリを公開できるサービス「Glitch」を使ってみた! - Qiita を見て「へぇ、こんなのもあるのか」と思いもう少し見てみた。Glitch が何なのかの概要は先の記事のタイトルを見れば分かると思うので省略する。


「無料」「ウェブアプリを公開」となるとちょっとやはり気になるのが制約や課金プラン。これについては Glitch – Frequently Asked Questions に記載がある。私が以下に翻訳してみた。原文は以下に引用しているとおりであり、この記事を書いている時点 (2017年11月26日) での内容に基づく。

About Glitch > How much does it cost?

英語

Glitch is free to use. There are some resource restrictions and we expect to charge for premium services or capabilities in the future, but the stuff you can do now will stay free.

日本語

Glitch は無料で利用できます。ただ、いくらかのリソース制限があります。また、将来的にはプレミアムプランや追加機能への課金を提供することを考えています。しかしながら、今利用できる機能は今後も無料です。

Using Glitch > What technical restrictions are in place?

英語

While we want to keep Glitch as open as possible, there are a few restrictions in place. These are there to help maintain service levels for all, and to stop someone’s accidental infinite loop somehow costing us a small fortune. The restrictions include:

  • Projects created by anonymous users expire after 5 days (login via GitHub or Facebook to keep your projects around).
  • Projects sleep after 5 minutes if they are not used.
  • Projects are limited to 4000 requests per hour, with a burst of 4000 requests (subsequent requests will return a 429 "Too Many Requests" response).
  • Projects have a limit of 128MB of space on the container (though things written to '/tmp' don't count towards that, and we use compression to squeeze the most out of that space). As well as up to 512MB of assets storage.
  • Projects only show up to 100 files in the file tree, the rest get hidden from view but still exist. Using `.gitignore` to temporarily remove some files from view can help work around this.
  • Similarly, files above 200kb are hidden from the file tree (but still exist), and you're unable to paste data into the editor above that size too.

If you get stuck because of these limits, then let us know and we'll try and work something out for you.

日本語

我々 (運営) は可能な限り Glitch を開かれたものにし続けたいです。全ユーザのためにサービスレベルを維持し、誰かのうっかりで発生した無限ループを止めるといったことを最小限のコストで達成するために、以下のような制限をここでは課しています。

  • 匿名ユーザによって作成されたプロジェクトは5日で消されます (Github や Facebook でログインすることでこれは維持できます)。
  • 5分以上利用されていないプロジェクトはスリープ状態になります。
  • 1時間につき、4000リクエストが上限となります (それを超えた場合、リクエストに対して 429 Too Many Requests を返します)。
  • 1プロジェクトあたり、128MBのディスクスペースがコンテナ上に用意されます (ただし、 /tmp に配置したものについてはこの制限に含まれず、ディスク上のファイルは圧縮されます)。最大で512MB のストレージが利用できます。
  • プロジェクトのファイルツリーに表示できるファイル数は100までです。ただし、ファイルそのものが存在できないわけではありません。 .gitignore を利用することで、一時的に隠すことができるので、それを上手く使って表示してください。
  • 同様に、プロジェクトのファイルツリーには200KBを越えてファイルを表示することはできません。また、200KBを超えるデータをエディタに貼り付けることはできません。

これらの制限によって困った場合、Glitch Support で相談してもらえれば何か助けられるかもしれません。

PR

コメント

ただいまコメントを受けつけておりません。

ブログ内検索

P R