Recommended
PDF
PDF
Batch processing and Stream processing by SQL
PDF
Web Framework Benchmarksと Perl の現状報告会 YAPC::Asia Tokyo 2014 LT
KEY
PDF
PDF
PDF
fukinfra Vol3 LT 20120629
PDF
Jvm operation casual talks
PDF
MogileFS をバックエンドとしたPrivate S3の作り方 【後半】API 編
PDF
PDF
PDF
Java用O/Rマッピングソフトについて私が知っている二、三の事柄
PDF
早く家へ帰るための
Grunt入門
[+gulp紹介]
PDF
Webフレームワークを作ってる話 #osakapy
PPTX
PPTX
ODP
高トラフィックサイトをRailsで構築するためのTips基礎編
PPTX
Re: WebServer BenchMarking
PDF
PDF
PDF
PPT
Performance and Scalability of Web Service
PPTX
Robot Framework (のSelenium2Libraryのお話)
PDF
apachehereというPHPのBuiltin Serverっぽいやつをつくった
PPTX
PDF
PhpStormを使おう --高槻からは快速急行が早くなります #jbugj
PDF
Werkzeugを使ってみた #osakapy 2016/04
PDF
大規模化するピグライフを支えるインフラ ~MongoDBとChefについて~ (後編)
PDF
Concurrent Mark-Sweep Garbage Collection #jjug_ccc
PDF
Landscape of Norikra features
More Related Content
PDF
PDF
Batch processing and Stream processing by SQL
PDF
Web Framework Benchmarksと Perl の現状報告会 YAPC::Asia Tokyo 2014 LT
KEY
PDF
PDF
PDF
fukinfra Vol3 LT 20120629
PDF
Jvm operation casual talks
What's hot
PDF
MogileFS をバックエンドとしたPrivate S3の作り方 【後半】API 編
PDF
PDF
PDF
Java用O/Rマッピングソフトについて私が知っている二、三の事柄
PDF
早く家へ帰るための
Grunt入門
[+gulp紹介]
PDF
Webフレームワークを作ってる話 #osakapy
PPTX
PPTX
ODP
高トラフィックサイトをRailsで構築するためのTips基礎編
PPTX
Re: WebServer BenchMarking
PDF
PDF
PDF
PPT
Performance and Scalability of Web Service
PPTX
Robot Framework (のSelenium2Libraryのお話)
PDF
apachehereというPHPのBuiltin Serverっぽいやつをつくった
PPTX
PDF
PhpStormを使おう --高槻からは快速急行が早くなります #jbugj
PDF
Werkzeugを使ってみた #osakapy 2016/04
PDF
大規模化するピグライフを支えるインフラ ~MongoDBとChefについて~ (後編)
Viewers also liked
PDF
Concurrent Mark-Sweep Garbage Collection #jjug_ccc
PDF
Landscape of Norikra features
PDF
Stream processing and Norikra
PDF
Log Analysis System And its designs in LINE Corp. 2014 early
PDF
8 language deployments on GCE and GAE #gcpja
PDF
Fluentd: Data streams in Ruby world #rdrc2014
PDF
Dynamic Inventory: no more host lists!
PDF
Shib: WebUI tool provides crossover of Hive and MPP
More from SATOSHI TAGOMORI
PDF
Ractor's speed is not light-speed
PDF
Good Things and Hard Things of SaaS Development/Operations
PDF
PDF
Invitation to the dark side of Ruby
PDF
Hijacking Ruby Syntax in Ruby (RubyConf 2018)
PDF
Make Your Ruby Script Confusing
PDF
Hijacking Ruby Syntax in Ruby
PDF
Lock, Concurrency and Throughput of Exclusive Operations
PDF
Data Processing and Ruby in the World
PDF
Planet-scale Data Ingestion Pipeline: Bigdam
PDF
Technologies, Data Analytics Service and Enterprise Business
PDF
Ruby and Distributed Storage Systems
PDF
Perfect Norikra 2nd Season
PDF
PDF
To Have Own Data Analytics Platform, Or NOT To
PDF
The Patterns of Distributed Logging and Containers
PDF
How To Write Middleware In Ruby
PDF
Modern Black Mages Fighting in the Real World
PDF
Open Source Software, Distributed Systems, Database as a Cloud Service
PDF
Fluentd Overview, Now and Then
NorikraのJVMチューンで苦労している話 1. 2. 3. 4. 5. Norikraの現状 in LINE
一部サービスで本番運用中
Input: ピーク時 最大 2500 events/seconds (∼10Mbps)
500,000,000 events (4/1∼)
1 norikra process
4 fluentd process (fluent-plugin-norikra) on a server
1CPU 4core (8 thread), 16GB RAM
14年4月7日月曜日
6. Norikra in 2013 (0.1.0-0.1.2)
無防備状態
ほぼJVMデフォルト設定で運用
-Xmx4096m だけ
4ヶ月くらいは元気に動いてた
14年4月7日月曜日
7. Norikra崩壊
年末年始の案件でトラフィック増
→ Full GC で帰ってこなくなる事件
とりあえずオプションを足してお茶を濁す
-Xmx4096m -XX:+UseConcMarkSweepGC
-XX:+CMSIncrementalMode -XX:NewRatio=4
http://qiita.com/harukasan/items/cc3eac01c917afc7cbde
14年4月7日月曜日
8. 9. Norikra崩壊 at 2014/03/06
OutOfMemoryError ??????????
覚悟を決めてちゃんとモニタリングすることを決意
derived + jstat でメモリ状況のグラフ化
http://blog.nomadscafe.jp/2013/02/
derivedgrowthforecastpostjava.html
14年4月7日月曜日
10. 11. 12. 13. 14. 15. 16. 17. 18. 19. 20. 21. 22.