Jason Frey

Results 679 comments of Jason Frey

```sh rpm -qlv manageiq-core | sed 's/^.\{40\}//' | sort -nr | head -n 100 ``` Original details - see later posts for updates ``` [root@f417e65db954 /]# rpm -qlv manageiq-core |...

```sh rpm -qlv manageiq-ui | sed 's/^.\{40\}//' | sort -nr | head -n 100 ``` Original details - see later posts for updates ``` [root@f417e65db954 /]# rpm -qlv manageiq-ui |...

azure is such a nasty gem - I wonder if we can find a way to affect upstream to avoid so much on-disk space wasting.

https://github.com/ManageIQ/manageiq-ui-classic/pull/7838 may help drop sass and by extension, uglifier, execjs, nodejs

nodejs (https://github.com/ManageIQ/manageiq-ui-classic/issues/8300) is gone now as is python 2 (https://github.com/ManageIQ/manageiq-rpm_build/pull/287)

Updated numbers from the najdorf-1 build: largest rpms ```bash $ rpm -qa --queryformat '%10{size} - %-25{name} \t %{version}\n' | sort -nr | head -n 100 564758587 - manageiq-gemset 14.0.0 315625962...

Seems intersight_client is a huge gem cc @agrare ```bash $ du -sh /opt/manageiq/manageiq-gemset/gems/intersight_client-0.1.3 114M /opt/manageiq/manageiq-gemset/gems/intersight_client-0.1.3 ``` ~7 MB of that is a quick win - I'll send an update to...

changing intersight client to drop docs and spec would save 76MB disk space - opened an issue on upstream to discuss: https://github.com/xlab-si/intersight-sdk-ruby/issues/17

I like the idea of being able to bounce the orchestrator independently from the workers. I think tying the workers to the CR would work.