discourse/lib/tasks
David Taylor ca72d8d030
PERF: Adjust node memory threshold for assets:precompile (#19040)
Previously we were forcing node's max-old-space-size to be 2GB. This override was added in a01b1dd6 to avoid issues caused by a lower default node heap_size_limit on machines with less memory.

This commit makes that `max-old-space-size` override more specific so that it only applies to machines with less memory. Other machines will go use Node's defaults.

The override is also lowered to 1GB. This is still high enough for the build to complete, while reducing memory usage.

https://meta.discourse.org/t/245547
2022-11-15 22:02:13 +00:00
..
add_topic_to_quotes.rake
admin.rake
annotate.rake
api.rake
assets.rake PERF: Adjust node memory threshold for assets:precompile (#19040) 2022-11-15 22:02:13 +00:00
auto_annotate_models.rake
autospec.rake
avatars.rake
backfill.thor
categories.rake
cdn.rake
db.rake Revert "DEV: Improve multisite db scripts in dev (#17337)" (#17801) 2022-08-04 16:15:06 -05:00
destroy.rake
dev.rake
docker.rake DEV: Parallelize core JS tests in docker.rake (#18756) 2022-10-26 12:00:35 +01:00
emails.rake DEV: Correctly tag heredocs (#16061) 2022-02-28 20:50:55 +01:00
emoji.rake DEV: Upgrade to Rails 7 2022-04-28 11:51:03 +02:00
export.rake DEV: Add a rake task to export/import translation overrides (#18487) 2022-10-05 15:22:16 -04:00
groups.rake
i18n.rake
images.rake DEV: Upgrade to Rails 7 2022-04-28 11:51:03 +02:00
import.rake FEATURE: new site setting to hide user profiles by default. (#18864) 2022-11-06 16:44:17 +05:30
incoming_emails.rake
integration.rake
javascript.rake DEV: Remove usage of {{action}} modifiers - Take 2 (#18476) 2022-10-05 13:08:54 +01:00
log.rake
maxminddb.rake
plugin.rake DEV: initial system tests for chat and plugins (#18881) 2022-11-04 15:06:24 +01:00
populate.rake DEV: Add ability to populate private messages (#16705) 2022-05-12 14:29:49 -04:00
populate.thor DEV: Correctly tag heredocs (#16061) 2022-02-28 20:50:55 +01:00
posts.rake DEV: Quote values when constructing SQL (#18827) 2022-11-01 14:05:13 -05:00
qunit.rake DEV: Allow rake qunit filter to be used alongside parallel option (#18326) 2022-09-22 10:28:02 +01:00
redis.rake FIX: add support for pipelined and multi redis commands (#16682) 2022-05-10 08:19:02 +10:00
release_note.rake DEV: Print plugin changes in details blocks (#18345) 2022-09-23 10:29:00 -04:00
revisions.rake DEV: Introduce debugging rake task for PostRevision issues (#17998) 2022-08-19 11:30:46 +01:00
rspec.rake
s3.rake PERF: Update s3:expire_missing_assets to delete in batches (#18908) 2022-11-07 12:53:14 +00:00
scheduler.rake
search.rake
site_settings.rake
site.rake FEATURE: Add dark mode option for category logos (#18460) 2022-10-07 11:00:44 -04:00
smoke_test.rake DEV: Minor linting fixes (#16359) 2022-04-02 21:15:38 +02:00
svg_icons.rake
tags.rake
themes.rake DEV: Add rake task to install a theme from an archive (#18890) 2022-11-04 16:42:07 -05:00
topics.rake DEV: Upgrade to Rails 7 2022-04-28 11:51:03 +02:00
turbo.rake
typepad.thor
uploads.rake DEV: Add START_ID to uploads:downsize task (#18992) 2022-11-11 22:51:48 +01:00
users.rake