update to performance tuned VM and nodejs 0.8.17

This commit is contained in:
Lloyd Hilaiel 2013-01-10 21:18:18 -07:00
Родитель 769dfffa34
Коммит 4e84598ebd
2 изменённых файлов: 11 добавлений и 1 удалений

Просмотреть файл

@ -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 - 0.3.4 -
* new verbs for key management via awsbox command line tool * new verbs for key management via awsbox command line tool
* security updates * security updates

Просмотреть файл

@ -4,7 +4,7 @@ jsel = require('JSONSelect'),
key = require('./key.js'), key = require('./key.js'),
sec = require('./sec.js'); sec = require('./sec.js');
const TEMPLATE_IMAGE_ID = 'ami-7d45cc14'; const TEMPLATE_IMAGE_ID = 'ami-63850d0a';
function extractInstanceDeets(horribleBlob) { function extractInstanceDeets(horribleBlob) {
var instance = {}; var instance = {};