update to performance tuned VM and nodejs 0.8.17
This commit is contained in:
Родитель
769dfffa34
Коммит
4e84598ebd
10
ChangeLog
10
ChangeLog
|
@ -1,3 +1,13 @@
|
|||
0.3.5 -
|
||||
* update to node.js 0.8.17
|
||||
* install htop on VM
|
||||
* performance tuning of VM:
|
||||
- increase open file limit
|
||||
- max out ephemeral port range (net.ipv4.ip_local_port_range)
|
||||
- reduce time_wait (net.ipv4.netfilter.ip_conntrack_tcp_timeout_time_wait & net.ipv4.tcp_fin_timeout)
|
||||
- reduce amount of time connections stay in netfilter's connection table (net.netfilter.nf_conntrack_tcp_timeout_established)
|
||||
- increase max number of connections that can be tracked (net.netfilter.nf_conntrack_max)
|
||||
|
||||
0.3.4 -
|
||||
* new verbs for key management via awsbox command line tool
|
||||
* security updates
|
||||
|
|
|
@ -4,7 +4,7 @@ jsel = require('JSONSelect'),
|
|||
key = require('./key.js'),
|
||||
sec = require('./sec.js');
|
||||
|
||||
const TEMPLATE_IMAGE_ID = 'ami-7d45cc14';
|
||||
const TEMPLATE_IMAGE_ID = 'ami-63850d0a';
|
||||
|
||||
function extractInstanceDeets(horribleBlob) {
|
||||
var instance = {};
|
||||
|
|
Загрузка…
Ссылка в новой задаче